home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / ODBC Administrator.app / Contents / Resources / English.lproj / MainMenu.nib / classes.nib next >
Encoding:
Text File  |  2003-09-13  |  2.8 KB  |  82 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = AboutController; LANGUAGE = ObjC; SUPERCLASS = TableController; }, 
  4.         {CLASS = AppDelegate; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  5.         {
  6.             CLASS = Controller; 
  7.             LANGUAGE = ObjC; 
  8.             OUTLETS = {"_window" = NSWindow; }; 
  9.             SUPERCLASS = NSObject; 
  10.         }, 
  11.         {
  12.             CLASS = DSNController; 
  13.             LANGUAGE = ObjC; 
  14.             SUPERCLASS = EditableTableController; 
  15.         }, 
  16.         {
  17.             CLASS = DriversController; 
  18.             LANGUAGE = ObjC; 
  19.             SUPERCLASS = EditableTableController; 
  20.         }, 
  21.         {
  22.             ACTIONS = {addAction = id; configureAction = id; removeAction = id; }; 
  23.             CLASS = EditableTableController; 
  24.             LANGUAGE = ObjC; 
  25.             OUTLETS = {
  26.                 "_addButton" = NSButton; 
  27.                 "_configureButton" = NSButton; 
  28.                 "_removeButton" = NSButton; 
  29.             }; 
  30.             SUPERCLASS = TableController; 
  31.         }, 
  32.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  33.         {
  34.             ACTIONS = {applyAction = id; authenticateAction = id; revertAction = id; }; 
  35.             CLASS = ODBCAdminController; 
  36.             LANGUAGE = ObjC; 
  37.             OUTLETS = {
  38.                 "_applyButton" = NSButton; 
  39.                 "_authenticateButton" = NSButton; 
  40.                 "_authenticateText" = NSTextField; 
  41.                 "_revertButton" = NSButton; 
  42.                 "_tabView" = NSTabView; 
  43.             }; 
  44.             SUPERCLASS = Controller; 
  45.         }, 
  46.         {
  47.             ACTIONS = {enableAction = id; }; 
  48.             CLASS = PoolingController; 
  49.             LANGUAGE = ObjC; 
  50.             OUTLETS = {"_enable" = NSButton; "_retryField" = NSTextField; }; 
  51.             SUPERCLASS = TableController; 
  52.         }, 
  53.         {CLASS = SystemDSNController; LANGUAGE = ObjC; SUPERCLASS = DSNController; }, 
  54.         {
  55.             CLASS = TabController; 
  56.             LANGUAGE = ObjC; 
  57.             OUTLETS = {"_tabViewItem" = NSTabViewItem; }; 
  58.             SUPERCLASS = Controller; 
  59.         }, 
  60.         {
  61.             CLASS = TableController; 
  62.             LANGUAGE = ObjC; 
  63.             OUTLETS = {"_table" = NSTableView; }; 
  64.             SUPERCLASS = TabController; 
  65.         }, 
  66.         {
  67.             ACTIONS = {chooseLogFileAction = id; chooseTraceDLLAction = id; }; 
  68.             CLASS = TracingController; 
  69.             LANGUAGE = ObjC; 
  70.             OUTLETS = {
  71.                 "_chooseLogButton" = NSButton; 
  72.                 "_chooseTraceButton" = NSButton; 
  73.                 "_enable" = NSButton; 
  74.                 "_logFileField" = NSFormCell; 
  75.                 "_traceDLLField" = NSFormCell; 
  76.             }; 
  77.             SUPERCLASS = TabController; 
  78.         }, 
  79.         {CLASS = UserDSNController; LANGUAGE = ObjC; SUPERCLASS = DSNController; }
  80.     ); 
  81.     IBVersion = 1; 
  82. }